FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ee.hl7.fhir.base.r4#1.0.4-beta (62 ms)

Package ee.hl7.fhir.base.r4
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ee.hl7.fhir.base.r4@1.0.4-beta&canonical=https://hl7.ee/fhir/StructureDefinition/EEBase-Patient
Url https://hl7.ee/fhir/StructureDefinition/EEBase-Patient
Version 1.0.0
Status draft
Date 2022-11-03T14:56:40.4598428+00:00
Name EEBasePatient
Title EEBase Patient
Experimental False
Authority hl7
Type Patient
Kind resource

Resources that use this resource

StructureDefinition
https://hl7.ee/fhir/StructureDefinition/EEMPI-Observation-SocialHistory-EducationLevel EE MPI Observation SocialHistory Education Level
https://hl7.ee/fhir/StructureDefinition/EEMPI-Observation-SocialHistory-EducationRecord EE MPI Observation SocialHistory Education Record
https://hl7.ee/fhir/StructureDefinition/EEMPI-Observation-SocialHistory-Occupation EE MPI Observation SocialHistory Occupation
https://hl7.ee/fhir/StructureDefinition/EEMPI-Patient-Animal EE MPI Patient Animal
https://hl7.ee/fhir/StructureDefinition/EEMPI-Patient-Newborn EE MPI Patient Newborn
https://hl7.ee/fhir/StructureDefinition/EEMPI-Patient-Unknown EE MPI Patient Unknown
https://hl7.ee/fhir/StructureDefinition/EEMPI-Patient-Verified EE MPI Patient Verified
https://hl7.ee/fhir/StructureDefinition/EEBase-Encounter EEBase Encounter
https://hl7.ee/fhir/StructureDefinition/EEBase-EpisodeOfCare EEBase EpisodeOfCare
https://hl7.ee/fhir/StructureDefinition/EEBase-Observation EEBase Observation
https://hl7.ee/fhir/StructureDefinition/EEBase-RelatedPerson EEBase RelatedPerson

Resources that this resource uses

StructureDefinition
https://hl7.ee/fhir/StructureDefinition/EEBase-Address EEBase Address
https://hl7.ee/fhir/StructureDefinition/EEBase-ESTID EEBase Estonian Personal Identification Number
https://hl7.ee/fhir/StructureDefinition/EEBase-Organization EEBase Organization
https://hl7.ee/fhir/StructureDefinition/EEBase-Practitioner EEBase Practitioner
https://hl7.ee/fhir/StructureDefinition/EEBase-PractitionerRole EEBase PractitionerRole
https://hl7.ee/fhir/StructureDefinition/EEBase-TISID EEBase TIS ID
https://hl7.ee/fhir/StructureDefinition/Extension-EEBase-ADS EEBase ADS extension
https://hl7.ee/fhir/StructureDefinition/Extension-EEBase-EHAK EEBase EHAK extension


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "EEBase-Patient",
  "meta" : {
    "lastUpdated" : "2022-11-03T14:54:45.164266+00:00"
  },
  "url" : "https://hl7.ee/fhir/StructureDefinition/EEBase-Patient",
  "version" : "1.0.0",
  "name" : "EEBasePatient",
  "title" : "EEBase Patient",
  "status" : "draft",
  "date" : "2022-11-03T14:56:40.4598428+00:00",
  "publisher" : "HL7 Estonia",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Patient",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Patient.identifier",
        "path" : "Patient.identifier",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "system"
            }
          ],
          "rules" : "open"
        },
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Patient.identifier:est-id",
        "path" : "Patient.identifier",
        "sliceName" : "est-id",
        "short" : "An identifier for Estonian personal identification number",
        "definition" : "Eesti isikukoodi identifikaator",
        "max" : "1",
        "type" : [
          {
            "code" : "Identifier",
            "profile" : [
              "https://hl7.ee/fhir/StructureDefinition/EEBase-ESTID"
            ]
          }
        ]
      },
      {
        "id" : "Patient.identifier:tis-id",
        "path" : "Patient.identifier",
        "sliceName" : "tis-id",
        "short" : "Patient's unique code generated by National Health System",
        "definition" : "Patsiendi unikaalne tunnus mille alusel teda saab eristada teistest patsientidest TIS-is. Saab kasutada nii välimaalaste kui ka tundmatu patsiendi jaoks (juhtudel kui puudub Eesti isikukood). Mõeldud andmevahetuseks Tervise Infosüsteemiga.",
        "max" : "1",
        "type" : [
          {
            "code" : "Identifier",
            "profile" : [
              "https://hl7.ee/fhir/StructureDefinition/EEBase-TISID"
            ]
          }
        ]
      },
      {
        "id" : "Patient.active",
        "path" : "Patient.active",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Patient.name",
        "path" : "Patient.name",
        "mustSupport" : true
      },
      {
        "id" : "Patient.name.text",
        "path" : "Patient.name.text",
        "mustSupport" : true
      },
      {
        "id" : "Patient.name.family",
        "path" : "Patient.name.family",
        "mustSupport" : true
      },
      {
        "id" : "Patient.name.given",
        "path" : "Patient.name.given",
        "mustSupport" : true
      },
      {
        "id" : "Patient.telecom",
        "path" : "Patient.telecom",
        "mustSupport" : true
      },
      {
        "id" : "Patient.gender",
        "path" : "Patient.gender",
        "mustSupport" : true,
        "isModifierReason" : "Neede for proper reference ranges"
      },
      {
        "id" : "Patient.birthDate",
        "path" : "Patient.birthDate",
        "mustSupport" : true
      },
      {
        "id" : "Patient.birthDate.extension",
        "path" : "Patient.birthDate.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "open"
        },
        "min" : 0
      },
      {
        "id" : "Patient.birthDate.extension:birthTime",
        "path" : "Patient.birthDate.extension",
        "sliceName" : "birthTime",
        "min" : 0,
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://hl7.org/fhir/StructureDefinition/patient-birthTime"
            ]
          }
        ],
        "isModifier" : false
      },
      {
        "id" : "Patient.deceased[x]",
        "path" : "Patient.deceased[x]",
        "mustSupport" : true
      },
      {
        "id" : "Patient.address",
        "path" : "Patient.address",
        "type" : [
          {
            "code" : "Address",
            "profile" : [
              "https://hl7.ee/fhir/StructureDefinition/EEBase-Address"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Patient.contact.address.extension",
        "path" : "Patient.contact.address.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "open"
        },
        "min" : 0
      },
      {
        "id" : "Patient.contact.address.extension:ads",
        "path" : "Patient.contact.address.extension",
        "sliceName" : "ads",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "https://hl7.ee/fhir/StructureDefinition/Extension-EEBase-ADS"
            ]
          }
        ],
        "isModifier" : false
      },
      {
        "id" : "Patient.contact.address.extension:ehak",
        "path" : "Patient.contact.address.extension",
        "sliceName" : "ehak",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "https://hl7.ee/fhir/StructureDefinition/Extension-EEBase-EHAK"
            ]
          }
        ],
        "isModifier" : false
      },
      {
        "id" : "Patient.communication.language",
        "path" : "Patient.communication.language",
        "binding" : {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet",
              "valueCanonical" : "http://hl7.org/fhir/ValueSet/all-languages"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString" : "Language"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
              "valueBoolean" : true
            }
          ],
          "strength" : "preferred",
          "valueSet" : "http://hl7.org/fhir/ValueSet/all-languages"
        }
      },
      {
        "id" : "Patient.generalPractitioner",
        "path" : "Patient.generalPractitioner",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://hl7.ee/fhir/StructureDefinition/EEBase-Practitioner",
              "https://hl7.ee/fhir/StructureDefinition/EEBase-PractitionerRole"
            ],
            "versioning" : "independent"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Patient.managingOrganization",
        "path" : "Patient.managingOrganization",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://hl7.ee/fhir/StructureDefinition/EEBase-Organization"
            ]
          }
        ]
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.